From 3b4cff52e8d0706e7742126c1e16568e48e5258f Mon Sep 17 00:00:00 2001 From: armatusmiles <akurotych@gmail.com> Date: Sat, 14 Jul 2018 03:30:37 +0300 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ test/README.md | 10 ---------- 2 files changed, 12 insertions(+), 10 deletions(-) delete mode 100644 test/README.md diff --git a/README.md b/README.md index 4a55d19..ea6f628 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,14 @@ # libdap Deus Applications Prototypes: core library + +[](https://travis-ci.com/demlabsinc/libdap) + +## Build and Run tests: +``` +mkdir build +cd build +cmake ../ +make libdap-test +./test/libdap-test +``` + diff --git a/test/README.md b/test/README.md deleted file mode 100644 index 15f266a..0000000 --- a/test/README.md +++ /dev/null @@ -1,10 +0,0 @@ -[](https://travis-ci.com/demlabsinc/libdap) - -Build and Run tests: -``` -mkdir build -cd build -cmake ../ -make -./libdap-test -``` -- GitLab