Added test script
parent
10922bc05a
commit
a16e23ad2b
|
@ -0,0 +1,10 @@
|
|||
language: python
|
||||
|
||||
python:
|
||||
- 2.7
|
||||
|
||||
script:
|
||||
- cd test
|
||||
- gcc encrypt.c ../aes.c -o encrypt
|
||||
- python test.py
|
||||
|
Loading…
Reference in New Issue