This website works better with JavaScript.
Home
Explore
Help
Sign In
visus
/
dds
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
More tests
default_compile_flags
vector-of-bool
5 years ago
parent
2d7c1e3473
commit
ab19007b62
5 changed files
with
5 additions
and
0 deletions
Unified View
Show Diff Stats
+1
-0
tests/app_only.test/package.dds
+1
-0
tests/app_only.test/src/something.main.cpp
+1
-0
tests/simple.test/package.dds
+1
-0
tests/test_only.test/package.dds
+1
-0
tests/test_only.test/src/foo.test.cpp
+ 1
- 0
tests/app_only.test/package.dds
View File
Name: dds-app_only-test
+ 1
- 0
tests/app_only.test/src/something.main.cpp
View File
int main() { return 0; }
+ 1
- 0
tests/simple.test/package.dds
View File
Name: dds-simple-test
+ 1
- 0
tests/test_only.test/package.dds
View File
Name: dds-test_only-test
+ 1
- 0
tests/test_only.test/src/foo.test.cpp
View File
int main() { return 0; }
Write
Preview
Loading…
Cancel
Save