]> git.saurik.com Git - apt.git/blobdiff - .travis.yml
CMake: Add unit tests
[apt.git] / .travis.yml
index 755640831f9ad7b90e3a8d0c0af226bb0ab45cf2..3c4b5931908c55c460901a89ba21a223d29bf146 100644 (file)
@@ -16,6 +16,7 @@ before_script:
  - ( mkdir build && cd build && cmake .. )
  - make -C build -j4
 script:
  - ( mkdir build && cd build && cmake .. )
  - make -C build -j4
 script:
+ - make -C build test
  - ./test/integration/run-tests -q
  - sudo adduser --force-badname --system --home /nonexistent --no-create-home --quiet _apt || true
  - sudo ./test/integration/run-tests -q
  - ./test/integration/run-tests -q
  - sudo adduser --force-badname --system --home /nonexistent --no-create-home --quiet _apt || true
  - sudo ./test/integration/run-tests -q