Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing OMPD: fix testing, add testing instructions #78

Open
jprotze opened this issue Mar 3, 2020 · 0 comments
Open

Testing OMPD: fix testing, add testing instructions #78

jprotze opened this issue Mar 3, 2020 · 0 comments
Assignees

Comments

@jprotze
Copy link

jprotze commented Mar 3, 2020

make check-ompd VERBOSE=1

cd ..../BUILD/libompd/test && lit ..../BUILD/libompd/test -avv

bash -c "(clang --verbose -fopenmp -g .../SRC/libompd/test/openmp_examples/example_1.c \
-o .../BUILD/libompd/test/openmp_examples/Output/example_1.c.tmp  \
-I /home/pj416018/OMPD/openmp-rt-ompd/libompd/test -I .../BUILD/runtime/src && \
env OMP_DEBUG=enabled gdb -x .../BUILD/libompd/test/../gdb-plugin/__init__.py\
 -x .../SRC/libompd/test/test.cmd \
.../BUILD/libompd/test/openmp_examples/Output/example_1.c.tmp) |&\
 FileCheck .../SRC/libompd/test/openmp_examples/example_1.c"

currently the tests siliently succeed, because the |& fetches the error code from compiling

@jprotze jprotze self-assigned this Mar 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant