add test entry
This commit is contained in:
3
Makefile
3
Makefile
@@ -33,5 +33,8 @@ include makefiles/Makefile.cpp.mk
|
||||
include makefiles/Makefile.python.mk
|
||||
include makefiles/Makefile.java.mk
|
||||
|
||||
# Include test
|
||||
include makefiles/Makefile.test.$(SYSTEM)
|
||||
|
||||
# Finally include user makefile if it exists
|
||||
-include Makefile.user
|
||||
|
||||
10
makefiles/Makefile.test.unix
Normal file
10
makefiles/Makefile.test.unix
Normal file
@@ -0,0 +1,10 @@
|
||||
test: all run_RabbitsPheasants run_FlowExample run_LinearProgramming run_IntegerProgramming run_Knapsack
|
||||
./golomb --size=5
|
||||
PYTHONPATH=$(TOP) python$(PYTHONVERSION) python/hidato_table.py
|
||||
./flow_api
|
||||
PYTHONPATH=$(TOP) python$(PYTHONVERSION) python/pyflow_example.py
|
||||
PYTHONPATH=$(TOP) python$(PYTHONVERSION) python/knapsack.py
|
||||
./linear_programming
|
||||
./integer_programming
|
||||
PYTHONPATH=$(TOP) python$(PYTHONVERSION) python/linear_programming.py
|
||||
PYTHONPATH=$(TOP) python$(PYTHONVERSION) python/integer_programming.py
|
||||
0
makefiles/Makefile.test.win
Normal file
0
makefiles/Makefile.test.win
Normal file
Reference in New Issue
Block a user