C++: add deptrace pr-checks
This commit is contained in:
parent
a291b7c6a3
commit
d53a59d051
6 changed files with 271 additions and 0 deletions
5
tests/cpp-autobuild/src/build.sh
Executable file
5
tests/cpp-autobuild/src/build.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
errno || true # just a command to check its autoinstallation by deptrace
|
||||
|
||||
gcc -o main main.c
|
||||
8
tests/cpp-autobuild/src/main.c
Normal file
8
tests/cpp-autobuild/src/main.c
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#include "stdio.h"
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
if (1) {
|
||||
printf("Hello, World!\n");
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue