diff options
| author | Jiri Olsa <Jiri Olsa jolsa@redhat.com> | 2011-04-20 14:18:28 +0200 |
|---|---|---|
| committer | Jiri Olsa <Jiri Olsa jolsa@redhat.com> | 2011-04-20 14:18:28 +0200 |
| commit | c9d0018b9e527168292f8d40273a9e97223c0bc8 (patch) | |
| tree | 899e1a2a97e98c74cd5d8830d0617c1b2729ba96 /test/lib-test-common.c | |
| parent | 73eaae45cbc65f3269c54273849d42a3719c357c (diff) | |
| download | latrace-c9d0018b9e527168292f8d40273a9e97223c0bc8.tar.gz latrace-c9d0018b9e527168292f8d40273a9e97223c0bc8.tar.xz latrace-c9d0018b9e527168292f8d40273a9e97223c0bc8.zip | |
adding automated test support
So far for x86 and x86_64 others are disabled.
From this time on, I'll try to force addition of automated
test for each fix/feature.. ;)
Diffstat (limited to 'test/lib-test-common.c')
| -rw-r--r-- | test/lib-test-common.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/lib-test-common.c b/test/lib-test-common.c new file mode 100644 index 0000000..36f5b3f --- /dev/null +++ b/test/lib-test-common.c @@ -0,0 +1,5 @@ + + +void test_common_f1(void) +{ +} |
