summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2021-02-03 12:57:20 -0500
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2021-02-03 13:12:32 -0500
commit206ae9ea80656b04e17a2469c26efc9c8bebf45c (patch)
treec3f7c7ea3b42b2659b3f839201325de36e444a57 /.gitignore
parent532816864e287bd6cda80f16810705f62f5a41c8 (diff)
downloadlibfaketime-206ae9ea80656b04e17a2469c26efc9c8bebf45c.tar.gz
Ease build of getrandom_test
In trying to test the experimental getrandom features, I found a few minor problems. These changes should make it easier to test. After building, the developer can now just do: make -C test randomtest This will do a basic verfication that the feature works as expected. I haven't tried to integrate this with the overall "make test". To do that right, it should condition the test on the definition of FAKE_RANDOM.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index d45f99a..a264e0b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
*.o
*.so.1
timetest
+test/getrandom_test
src/libfaketime.dylib.1
src/libfaketime.1.dylib