mirror of
https://github.com/nasa/trick.git
synced 2024-12-20 21:53:10 +00:00
Split test sims and fun sims into separate directories.
SIM_stls3 won't compile on much of any platform. refs #191
This commit is contained in:
parent
dd43bfa36c
commit
643170c319
@ -19,7 +19,6 @@ COMPILE_DIRS = \
|
|||||||
SIMS_NEEDING_TEST = \
|
SIMS_NEEDING_TEST = \
|
||||||
SIM_alloc_test \
|
SIM_alloc_test \
|
||||||
SIM_demo_inputfile \
|
SIM_demo_inputfile \
|
||||||
SIM_stls3 \
|
|
||||||
SIM_test_abstract \
|
SIM_test_abstract \
|
||||||
SIM_test_inherit \
|
SIM_test_inherit \
|
||||||
SIM_test_ip2 \
|
SIM_test_ip2 \
|
||||||
@ -27,11 +26,11 @@ SIMS_NEEDING_TEST = \
|
|||||||
SIM_trickcomm
|
SIM_trickcomm
|
||||||
|
|
||||||
# Sims with problems, no purpose, or maybe shouldn't be a test
|
# Sims with problems, no purpose, or maybe shouldn't be a test
|
||||||
# SIM_stls3
|
# SIM_leaks ( should be deleted )
|
||||||
# SIM_leaks
|
# SIM_test_varserv ( not sure what it is testing )
|
||||||
# SIM_test_varserv
|
# SIM_dynamic_sim_object ( not running, class won't instantiate )
|
||||||
# SIM_dynamic_sim_object
|
# SIM_segments ( not a test, but a demo )
|
||||||
# SIM_segments
|
# SIM_stls3 ( not compiling on most platforms )
|
||||||
|
|
||||||
# This test is temporarily sitting out until fixed.
|
# This test is temporarily sitting out until fixed.
|
||||||
# SIM_test_varserv
|
# SIM_test_varserv
|
||||||
|
Loading…
Reference in New Issue
Block a user