diff options
author | drh <drh@noemail.net> | 2018-08-23 20:09:19 +0000 |
---|---|---|
committer | drh <drh@noemail.net> | 2018-08-23 20:09:19 +0000 |
commit | 355f2e02e9634cc066b08ab1cfdee2f0f58b6a28 (patch) | |
tree | 1347b58e2387d1e658a9cbf3ceeede301d2f8df0 /test/atrc.c | |
parent | 79a5ee93c748b966f4385c455403295ea7cb6d28 (diff) | |
download | sqlite-355f2e02e9634cc066b08ab1cfdee2f0f58b6a28.tar.gz sqlite-355f2e02e9634cc066b08ab1cfdee2f0f58b6a28.zip |
Add the "atrc" test program to the Makefiles. Fix a typo in the instructions
in the header comment of the atrc program.
FossilOrigin-Name: 2130a407ddd8cdf3d29b109d773686c84906d9dc1663376e94e191086d524c9e
Diffstat (limited to 'test/atrc.c')
-rw-r--r-- | test/atrc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/atrc.c b/test/atrc.c index c4436f9ef..c6e4ce3d0 100644 --- a/test/atrc.c +++ b/test/atrc.c @@ -5,7 +5,7 @@ ** gcc -g -c sqlite3.c ** gcc -g -o atrc atrc.c sqlite3.o -ldl -lpthread ** -** Run the problem this way: +** Run the program this way: ** ** ./atrc DATABASE | ./sqlite3 DATABASE ** |