]> sigrok.org Git - libsigrokdecode.git/commit - tests/runtc.c
runtc: Fix incorrect include directive
authorMarcus Comstedt <redacted>
Sun, 29 Jun 2014 09:38:50 +0000 (11:38 +0200)
committerBert Vermeulen <redacted>
Tue, 8 Jul 2014 13:42:44 +0000 (15:42 +0200)
commit67ecff568264e0af2cf137af1d0f4edf7a9dcf2e
treeec0eaa55cd2db71e8914d34bc01c36913ba8e80c
parent6a0341595610c9d14d4121bb8fa82ab7eeb03693
runtc: Fix incorrect include directive

runtc.c used to try to include "../config.h".  This only works when
building in the source tree, otherwise there is no config.h in the
parent directory of runtc.c.  However, the explicit path is
unnecessary since the build directory (whether the same as the source
directory or not) will always be added to the include path.
tests/runtc.c