#!/usr/bin/bash

mkdir -p /opt/compiledb_test/src

cd /opt/compiledb_test/src

touch test1.c
touch test1.cc
touch test1.cpp

touch ../test2.c

