Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
visus
/
dds
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
More tests
default_compile_flags
vector-of-bool
5 anos atrás
pai
2d7c1e3473
commit
ab19007b62
5 arquivos alterados
com
5 adições
e
0 exclusões
Visão dividida
Mostrar estatísticas do Diff
+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
Ver arquivo
@@ -0,0 +1 @@
Name: dds-app_only-test
+ 1
- 0
tests/app_only.test/src/something.main.cpp
Ver arquivo
@@ -0,0 +1 @@
int main() { return 0; }
+ 1
- 0
tests/simple.test/package.dds
Ver arquivo
@@ -0,0 +1 @@
Name: dds-simple-test
+ 1
- 0
tests/test_only.test/package.dds
Ver arquivo
@@ -0,0 +1 @@
Name: dds-test_only-test
+ 1
- 0
tests/test_only.test/src/foo.test.cpp
Ver arquivo
@@ -0,0 +1 @@
int main() { return 0; }
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar