소스 검색

More tests

default_compile_flags
vector-of-bool 5 년 전
부모
커밋
ab19007b62
5개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      tests/app_only.test/package.dds
  2. +1
    -0
      tests/app_only.test/src/something.main.cpp
  3. +1
    -0
      tests/simple.test/package.dds
  4. +1
    -0
      tests/test_only.test/package.dds
  5. +1
    -0
      tests/test_only.test/src/foo.test.cpp

+ 1
- 0
tests/app_only.test/package.dds 파일 보기

@@ -0,0 +1 @@
Name: dds-app_only-test

+ 1
- 0
tests/app_only.test/src/something.main.cpp 파일 보기

@@ -0,0 +1 @@
int main() { return 0; }

+ 1
- 0
tests/simple.test/package.dds 파일 보기

@@ -0,0 +1 @@
Name: dds-simple-test

+ 1
- 0
tests/test_only.test/package.dds 파일 보기

@@ -0,0 +1 @@
Name: dds-test_only-test

+ 1
- 0
tests/test_only.test/src/foo.test.cpp 파일 보기

@@ -0,0 +1 @@
int main() { return 0; }

Loading…
취소
저장