Rename test_compiles.c to test_multiple_files.c

This commit is contained in:
Petteri Aimonen
2012-11-16 09:33:11 +02:00
parent cc29958d34
commit 59788e2aab
3 changed files with 6 additions and 4 deletions

View File

@@ -0,0 +1,13 @@
/*
* Tests if still compile if typedefs are redfefined in STATIC_ASSERTS when
* proto file includes another poto file
*/
#include <stdio.h>
#include <pb_encode.h>
#include "callbacks2.pb.h"
int main()
{
return 0;
}