diff options
| author | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2017-09-10 15:53:05 +0200 |
|---|---|---|
| committer | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2017-11-08 10:51:02 +0100 |
| commit | f0888acf8539e15b68043b8e1f4b9d2605502ec0 (patch) | |
| tree | aeb1f32470936d7e0b6cf050553551b3a9f42da0 | |
| parent | f021a87ecf34e628d727ab31d2f85131a46eb0b7 (diff) | |
| download | sparse-dev-f0888acf8539e15b68043b8e1f4b9d2605502ec0.tar.gz | |
testsuite: remove useless selftest
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
| -rw-r--r-- | validation/testsuite-selfcheck1.c | 10 | ||||
| -rw-r--r-- | validation/testsuite-selfcheck2.c | 10 | ||||
| -rw-r--r-- | validation/testsuite-selfcheck3.c | 10 |
3 files changed, 0 insertions, 30 deletions
diff --git a/validation/testsuite-selfcheck1.c b/validation/testsuite-selfcheck1.c deleted file mode 100644 index d927f996..00000000 --- a/validation/testsuite-selfcheck1.c +++ /dev/null @@ -1,10 +0,0 @@ -good - -/* - * check-name: selfcheck1 - * check-command: sparse -E $file - * check-output-ignore - * - * check-output-contains: good - * check-output-excludes: evil - */ diff --git a/validation/testsuite-selfcheck2.c b/validation/testsuite-selfcheck2.c deleted file mode 100644 index 5309e32f..00000000 --- a/validation/testsuite-selfcheck2.c +++ /dev/null @@ -1,10 +0,0 @@ -evil - -/* - * check-name: selfcheck2 - * check-command: sparse -E $file - * check-output-ignore - * check-known-to-fail - * - * check-output-contains: good - */ diff --git a/validation/testsuite-selfcheck3.c b/validation/testsuite-selfcheck3.c deleted file mode 100644 index 6d834e68..00000000 --- a/validation/testsuite-selfcheck3.c +++ /dev/null @@ -1,10 +0,0 @@ -evil - -/* - * check-name: selfcheck3 - * check-command: sparse -E $file - * check-output-ignore - * check-known-to-fail - * - * check-output-excludes: evil - */ |
