added missing files
parent
8d85b87702
commit
6accec04be
|
@ -0,0 +1,15 @@
|
|||
#include <UnitTest++.h>
|
||||
|
||||
#include "Utils.h"
|
||||
|
||||
#include <iostream>
|
||||
|
||||
using namespace std;
|
||||
|
||||
TEST (sh256_hash) {
|
||||
string input ("hello");
|
||||
string hash = sha256_hash (input);
|
||||
|
||||
CHECK_EQUAL (hash, std::string("2cf24dba5fb0a30e26e83b2ac5b9e29e1b161e5c1fa7425e73043362938b9824"));
|
||||
}
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Terminal=false
|
||||
Icon[en_US]=/usr/share/fysxasteroids/data/textures/icon.bmp
|
||||
Name[en_US]=fysxasteroids
|
||||
Exec=/usr/bin/fysxasteroids
|
||||
Name=fysxasteroids
|
||||
Icon=/usr/share/fysxasteroids/data/textures/icon.bmp
|
||||
Categories=Game;Action
|
||||
Comment[en_US]=A clone of the popular 80's game.
|
||||
Comment=A clone of the popular 80's game
|
||||
GenericName[en_US.UTF-8]=A clone of the popular 80's game.
|
||||
Comment[en_US.UTF-8]=
|
|
@ -0,0 +1,14 @@
|
|||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Terminal=false
|
||||
Icon[en_US]=/usr/share/fysxasteroids/data/textures/icon.bmp
|
||||
Name[en_US]=fysxasteroids editor
|
||||
Exec=/usr/bin/fysxasteroidseditor
|
||||
Name=fysxasteroids editor
|
||||
Icon=/usr/share/fysxasteroids/data/textures/icon.bmp
|
||||
Categories=Game;Action
|
||||
Comment[en_US]=A clone of the popular 80's game.
|
||||
Comment=A clone of the popular 80's game
|
||||
GenericName[en_US.UTF-8]=A clone of the popular 80's game.
|
||||
Comment[en_US.UTF-8]=
|
Loading…
Reference in New Issue