-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmake(tests): rename
TEST_NAME
to NAME
- Loading branch information
1 parent
f00438d
commit 7a00c4e
Showing
5 changed files
with
12 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,2 @@ | ||
### TEST : InsertOp ### | ||
add_one_test( | ||
TEST_NAME InsertOp | ||
) | ||
add_one_test(NAME InsertOp) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,14 @@ | ||
### TEST : DualView ### | ||
add_one_test( | ||
TEST_NAME DualView | ||
) | ||
add_one_test(NAME DualView) | ||
|
||
### TEST : ExecutionSpace ### | ||
add_one_test( | ||
TEST_NAME ExecutionSpace | ||
) | ||
add_one_test(NAME ExecutionSpace) | ||
|
||
### TEST : MemorySpace ### | ||
add_one_test( | ||
TEST_NAME MemorySpace | ||
) | ||
add_one_test(NAME MemorySpace) | ||
|
||
### TEST : Space ### | ||
add_one_test( | ||
TEST_NAME Space | ||
) | ||
add_one_test(NAME Space) | ||
|
||
### TEST : View ### | ||
add_one_test( | ||
TEST_NAME View | ||
) | ||
add_one_test(NAME View) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,2 @@ | ||
### TEST : type_traits ### | ||
add_one_test( | ||
TEST_NAME type_traits | ||
) | ||
add_one_test(NAME type_traits) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,2 @@ | ||
### TEST : extents ### | ||
add_one_test( | ||
TEST_NAME extents | ||
) | ||
add_one_test(NAME extents) |