Skip to content
Snippets Groups Projects
Commit eda7ebad authored by Marcel Loose's avatar Marcel Loose :sunglasses:
Browse files

BugID: 61

Made package distributable again (i.e. `make distcheck' runs without errors).
parent 5c20ede8
No related branches found
No related tags found
No related merge requests found
check_PROGRAMS = testLogger tAllocator tDataConvert tFileLocator \ check_PROGRAMS = testLogger tAllocator tDataConvert \
tStringUtil tStreamUtil tHexdump testSocket \ tFileLocator tStringUtil tStreamUtil \
tComplex tProcess tRunOnNode tTimer tNumeric \ tHexdump testSocket tComplex tProcess \
tSingleton tObjectFactory tRunOnNode tTimer tNumeric tSingleton \
tObjectFactory
# programs to run through supplied checktools # programs to run through supplied checktools
CHECKTOOLPROGS = testLogger tAllocator tDataConvert tFileLocator \ CHECKTOOLPROGS = testLogger tAllocator tDataConvert \
tStringUtil tStreamUtil tHexdump testSocket \ tFileLocator tStringUtil tStreamUtil \
tComplex tProcess tRunOnNode tTimer tNumeric \ tHexdump testSocket tComplex tProcess \
tSingleton tObjectFactory tRunOnNode tTimer tNumeric tSingleton \
#ENDCHECKTOOLPROGS tObjectFactory
TESTSCRIPTS = \ TESTSCRIPTS = testLogger.sh tAllocator.sh tDataConvert.sh \
testLogger.sh \ tFileLocator.sh tStringUtil.sh tStreamUtil.sh \
tAllocator.sh \ tHexdump.sh testSocket.sh tComplex.sh tProcess.sh \
tDataConvert.sh \ tRunOnNode.sh tTimer.sh tNumeric.sh tSingleton.sh \
tFileLocator.sh \ tObjectFactory.sh
tStringUtil.sh \
tStreamUtil.sh \ TESTS = $(TESTSCRIPTS)
tHexdump.sh \
testSocket.sh \ EXTRA_DIST = $(TESTSCRIPTS) \
tComplex.sh \ testLogger.log_prop testLogger.debug \
tProcess.sh \ tDataConvert.stdout \
tRunOnNode.sh \ tStringUtil.stdout \
tTimer.sh \ tStreamUtil.stdout \
tNumeric.sh \ tHexdump.log_prop \
tSingleton.sh \ testSocket.run \
tObjectFactory.sh tComplex.stdout \
tProcess.log_prop tProcess.run tProcess.stdout \
TESTS = $(TESTSCRIPTS) tRunOnNode.log_prop tRunOnNode.stdout \
tNumeric.run tNumeric.stdout \
EXTRA_DIST = $(TESTSCRIPTS) \ tObjectFactory.stdout
tComplex.stdout \
tDataConvert.stdout \
testLogger.log_prop testLogger.debug \
tHexdump.log_prop tNumeric.stdout \
tProcess.log_prop tProcess.stdout \
tRunOnNode.log_prop tRunOnNode.stdout \
tStringUtil.stdout tStreamUtil.stdout
testLogger_SOURCES = testLogger.cc testLogger_SOURCES = testLogger.cc
testLogger_LDADD = ../src/libcommon.la testLogger_LDADD = ../src/libcommon.la
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment