Skip to content

Commit

Permalink
Fix name conflict between two tests
Browse files Browse the repository at this point in the history
* There is a SimpleTest in AlertTest.cpp, and an UnitTest in
balert/AlertTest.cpp. They ended up with the same grist as they are
built from the same jamfile. Rename one of them to avoid this.
  • Loading branch information
pulkomandy committed Jun 9, 2014
1 parent 913e376 commit 9570413
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/kits/interface/Jamfile
Expand Up @@ -69,7 +69,7 @@ SimpleTest ScrollViewTest :
;

SimpleTest AlertTest :
AlertTest.cpp
SimpleAlertTest.cpp
: be $(TARGET_LIBSUPC++)
;

Expand Down
File renamed without changes.

0 comments on commit 9570413

Please sign in to comment.