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

Regression code is not checked in #13

Open
strazzere opened this issue Dec 31, 2019 · 1 comment
Open

Regression code is not checked in #13

strazzere opened this issue Dec 31, 2019 · 1 comment

Comments

@strazzere
Copy link
Contributor

diff@larry:~/libelfmaster $ make regressions
make -C regressions all || exit
make[1]: Entering directory '/home/diff/libelfmaster/regressions'
make[1]: *** No rule to make target 'parse_elfmaster.c', needed by 'parse_elfmaster'.  Stop.
make[1]: Leaving directory '/home/diff/libelfmaster/regressions'
Makefile:23: recipe for target 'regressions' failed
make: *** [regressions] Error 2
diff@larry:~/libelfmaster $ cd regressions 
diff@larry:~/libelfmaster/regressions $ ls -l
total 8
-rwxrwxr-x 1 diff diff    0 Dec 30 17:22 '*.c'
-rw-rw-r-- 1 diff diff 1120 Dec 30 17:22  Makefile
-rwxrwxr-x 1 diff diff  985 Dec 30 17:22  Makefile.in
diff@larry:~/libelfmaster/regressions $ file *
*.c:         empty
Makefile:    makefile script, ASCII text
Makefile.in: makefile script, ASCII text

Missing parse_elfmaster.c at a minimum.

@elfmaster
Copy link
Owner

The regression suite is going to be fairly complex to build. We need one or two engineers on it for a week to do it properly. I want to have a discussion about this framework when the time comes.

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

2 participants