Skip to content

Commit

Permalink
One file only
Browse files Browse the repository at this point in the history
  • Loading branch information
TimSVector committed May 9, 2024
1 parent dc91f65 commit 1df2dcb
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,14 @@
<search-directory type="TESTABLE_SOURCE_DIR">$(POST_BASE_DIRECTORY)/order_entry/src</search-directory>
<search-directory type="TESTABLE_SOURCE_DIR">$(POST_BASE_DIRECTORY)/utils/inc</search-directory>
<search-directory type="TESTABLE_SOURCE_DIR">$(POST_BASE_DIRECTORY)/utils/src</search-directory>
<enabled>0</enabled>
</config>
</compiler>
<testsuite name="UnitTesting">
<group name="UT-Group"/>
<disabled>
<environment name="INTEGRATION_TESTING"/>
</disabled>
</testsuite>
</compiler>
<compiler>
Expand Down Expand Up @@ -194,6 +198,9 @@
</compiler>
<testsuite name="UnitTesting">
<group name="UT-Group"/>
<disabled>
<environment name="INTEGRATION_TESTING"/>
</disabled>
</testsuite>
</compiler>
<compiler>
Expand All @@ -204,6 +211,7 @@
<key>C_COMPILER_TAG</key>
<value>BUILTIN_MINGW_CPP</value>
</config>
<enabled>0</enabled>
</config>
</compiler>
<testsuite name="ST">
Expand Down

0 comments on commit 1df2dcb

Please sign in to comment.