Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
visus
/
dds
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
More tests
default_compile_flags
vector-of-bool
5 anni fa
parent
2d7c1e3473
commit
ab19007b62
5 ha cambiato i file
con
5 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra 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
Vedi File
@@ -0,0 +1 @@
Name: dds-app_only-test
+ 1
- 0
tests/app_only.test/src/something.main.cpp
Vedi File
@@ -0,0 +1 @@
int main() { return 0; }
+ 1
- 0
tests/simple.test/package.dds
Vedi File
@@ -0,0 +1 @@
Name: dds-simple-test
+ 1
- 0
tests/test_only.test/package.dds
Vedi File
@@ -0,0 +1 @@
Name: dds-test_only-test
+ 1
- 0
tests/test_only.test/src/foo.test.cpp
Vedi File
@@ -0,0 +1 @@
int main() { return 0; }
Write
Preview
Loading…
Annulla
Salva