detect non-C languages in folders with C/C++ files
Improves on 2da75aa119
.
This commit is contained in:
parent
d85448b563
commit
9ce9d528fd
11 changed files with 39 additions and 40 deletions
8
tests/samples/codefiles/c_and_cpp/non_empty.cpp
Normal file
8
tests/samples/codefiles/c_and_cpp/non_empty.cpp
Normal file
|
@ -0,0 +1,8 @@
|
|||
#include <stdio.h>
|
||||
#include <openssl/rand.h>
|
||||
|
||||
main()
|
||||
{
|
||||
printf("Hello World\n");
|
||||
return 0;
|
||||
}
|
0
tests/samples/codefiles/c_and_cpp/non_empty.h
Normal file
0
tests/samples/codefiles/c_and_cpp/non_empty.h
Normal file
Loading…
Add table
Add a link
Reference in a new issue