install -m 664 $(patsubst install_%,%,$@)/param.h \
$(INCDIR)/$(patsubst install_%,%,$@)
-test :
- cd test ; $(MAKE) $@
+test_compile :
+ cd test ; $(MAKE)
+
+test_run :
+ cd test ; $(MAKE) test
clean :
cd ca ; $(MAKE) $@
FILE *f;
char buf[BUFFERSIZE];
- printf("Being in contstructor of Param.\n");
my->strerror = NULL;
fileName = getenv("DAQSLOW_PARAM_FILE");
my->nVals = i;
fclose(f);
}
- printf("Reached end of contstructor of Param.\n");
return retVal;
}