diff options
| author | Mattias Andrée <maandree@kth.se> | 2018-08-26 13:06:08 +0200 | 
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2018-08-26 13:06:08 +0200 | 
| commit | 185c5c2f86adacbe2ba6987f2de14b98090bc51a (patch) | |
| tree | f1906bcb8cbf13c8cfb795439912833a28fd1898 /Makefile | |
| parent | Fixes, more test, and add minimise_number_string (diff) | |
| download | libsimple-185c5c2f86adacbe2ba6987f2de14b98090bc51a.tar.gz libsimple-185c5c2f86adacbe2ba6987f2de14b98090bc51a.tar.bz2 libsimple-185c5c2f86adacbe2ba6987f2de14b98090bc51a.tar.xz | |
Add tests
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
| -rw-r--r-- | Makefile | 2 | 
1 files changed, 2 insertions, 0 deletions
| @@ -78,6 +78,8 @@ TESTS =\  	strrcasestr.test\  	strrstr.test\  	strstarts.test\ +	timespectostr.test\ +	timevaltostr.test\  	vasprintf.test\  	libsimple.test | 
