13c66032d5
It's not necessary to store the tests in a separate repository, since other packages can just reference the tests in this repo. Also update, the other tests to pull from git repos in the rpms namespace.
7 lines
74 B
C
7 lines
74 B
C
void hello();
|
|
|
|
int main(int argc, char **argv) {
|
|
hello();
|
|
return 0;
|
|
}
|