Skip to content
This repository has been archived by the owner on Mar 16, 2021. It is now read-only.

Commit

Permalink
Move IntegrationTests.c to top-level tests folder
Browse files Browse the repository at this point in the history
  • Loading branch information
nikreiman committed Apr 4, 2015
1 parent 8b4110a commit 095b16a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Expand Up @@ -5,6 +5,7 @@ include(${cmake_SCRIPTS_DIR}/ConfigureTarget.cmake)

set(mrswatsontest_SOURCES
MrsWatsonTestMain.c
IntegrationTests.c
analysis/AnalysisClipping.c
analysis/AnalysisClippingTest.c
analysis/AnalysisDistortion.c
Expand Down Expand Up @@ -33,7 +34,6 @@ set(mrswatsontest_SOURCES
time/AudioClockTest.c
time/TaskTimerTest.c
unit/ApplicationRunner.c
unit/IntegrationTests.c
unit/TestRunner.c
unit/UnitTests.c
)
Expand Down
File renamed without changes.

0 comments on commit 095b16a

Please sign in to comment.