SubDir PLASMA NDDL test ;

if ! $(PLASMA_READY) {

 SubInclude PLASMA NDDL test parser ;
 SubInclude PLASMA NDDL test compiler ;
 SubInclude PLASMA NDDL test project ;
 SubDirHdrs $(PLASMA) PlanDatabase test ;

 ModuleMain nddl-module-tests : $(PlanDatabase_Test_Files:S=$(SUFOBJ)) module-tests.cc nddl-test-module.cc : NDDL ;
 RunModuleMain run-nddl-module-tests : nddl-module-tests ;
 LocalDepends tests : run-nddl-module-tests ;

} # PLASMA_READY
