Skip to content

Commit

Permalink
Merge pull request #444 from nasa/fix/fpp-depend-tests
Browse files Browse the repository at this point in the history
Fix issues in fpp-depend unit tests
  • Loading branch information
bocchino authored Jun 12, 2024
2 parents 9fd4653 + 72ff2bd commit 9b94479
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ SSerializableAi.xml
TTopologyAc.cpp
TTopologyAc.hpp
TTopologyAppAi.xml
TTopologyDictionary.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ SSerializableAi.xml
TTopologyAc.cpp
TTopologyAc.hpp
TTopologyAppAi.xml
TTopologyDictionary.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ SSerializableAi.xml
TTopologyAc.cpp
TTopologyAc.hpp
TTopologyAppAi.xml
TTopologyDictionary.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ SSerializableAi.xml
TTopologyAc.cpp
TTopologyAc.hpp
TTopologyAppAi.xml
TTopologyDictionary.json
8 changes: 4 additions & 4 deletions compiler/tools/fpp-depend/test/run
Original file line number Diff line number Diff line change
Expand Up @@ -49,31 +49,31 @@ filenames()
{
run_test '-g filenames_generated_output.out.txt -u filenames_ut_output.out.txt' \
filenames
compare filenames_generated_output
compare filenames_generated_output && \
compare filenames_ut_output
}

filenames_auto()
{
run_test '-a -g filenames_auto_generated_output.out.txt -u filenames_auto_ut_output.out.txt' \
filenames
compare filenames_auto_generated_output
compare filenames_auto_generated_output && \
compare filenames_auto_ut_output
}

filenames_include()
{
run_test '-g filenames_include_generated_output.out.txt -u filenames_include_ut_output.out.txt' \
filenames_include
compare filenames_include_generated_output
compare filenames_include_generated_output && \
compare filenames_include_ut_output
}

filenames_include_auto()
{
run_test '-a -g filenames_include_auto_generated_output.out.txt -u filenames_include_auto_ut_output.out.txt' \
filenames_include
compare filenames_include_auto_generated_output
compare filenames_include_auto_generated_output && \
compare filenames_include_auto_ut_output
}

Expand Down

0 comments on commit 9b94479

Please sign in to comment.