mirror of
https://github.com/nasa/trick.git
synced 2024-12-19 21:27:54 +00:00
Unit test for SIM_test_dr failing. #411
This tst was only run if the HOST_CPU of the run matched one of the pre-existing files. So it was only tested on SL6. Found that the udunits change never made it to these log files. I updated the units and introduced only one copy of the files that all platforms will test against.
This commit is contained in:
parent
3affc2080e
commit
98c7029b18
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
test/SIM_test_dr/RUN_test/Ref_Logs/log_DR_bitfieldsBINARY.trk
Normal file
BIN
test/SIM_test_dr/RUN_test/Ref_Logs/log_DR_bitfieldsBINARY.trk
Normal file
Binary file not shown.
BIN
test/SIM_test_dr/RUN_test/Ref_Logs/log_DR_typesBINARY.trk
Normal file
BIN
test/SIM_test_dr/RUN_test/Ref_Logs/log_DR_typesBINARY.trk
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -57,9 +57,6 @@ DR_RESULTS = $(TRICK_HOME)/test/SIM_test_dr/RUN_test
|
||||
data_record_results: $(TRICK_HOME)/trick_test/SIM_test_dr.xml $(DR_RESULTS)
|
||||
diff $(DR_RESULTS)/log_DR_bitfieldsASCII.csv $(DR_RESULTS)/Ref_Logs/log_DR_bitfieldsASCII_Master.csv
|
||||
diff $(DR_RESULTS)/log_DR_typesASCII.csv $(DR_RESULTS)/Ref_Logs/log_DR_typesASCII_Master.csv
|
||||
ifneq ($(wildcard $(DR_RESULTS)/Ref_Logs/typesB_${TRICK_HOST_CPU}.trk), )
|
||||
cmp -b $(DR_RESULTS)/log_DR_bitfieldsBINARY.trk $(DR_RESULTS)/Ref_Logs/bitfB_${TRICK_HOST_CPU}.trk
|
||||
cmp -b $(DR_RESULTS)/log_DR_typesBINARY.trk $(DR_RESULTS)/Ref_Logs/typesB_${TRICK_HOST_CPU}.trk
|
||||
endif
|
||||
|
||||
cmp -b $(DR_RESULTS)/log_DR_bitfieldsBINARY.trk $(DR_RESULTS)/Ref_Logs/log_DR_bitfieldsBINARY.trk
|
||||
cmp -b $(DR_RESULTS)/log_DR_typesBINARY.trk $(DR_RESULTS)/Ref_Logs/log_DR_typesBINARY.trk
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user